Sourced test snippets: remove shebang and make non-executable
authorSimon McVittie <smcv@debian.org>
Thu, 19 Jan 2017 11:23:30 +0000 (11:23 +0000)
committerAtomic Bot <atomic-devel@projectatomic.io>
Thu, 19 Jan 2017 13:54:59 +0000 (13:54 +0000)
commit9a3f82caae03f4abdbdc80c491c0b55a27e6a06e
treee7cff2ba7765ba28d204af9b967d735e71f7836d
parent01fb30b839ad27f638ca65b0a8d3cdd2b2002e66
Sourced test snippets: remove shebang and make non-executable

They are installed non-executable, which makes Debian's Lintian
packaging consistency check complain that #! is only useful
in executable scripts. But in fact they are not useful to execute
directly (they rely on setup being done in the script that sources
them), so just chmod them -x.

Closes: #652
Approved by: cgwalters
tests/admin-test.sh [changed mode: 0755->0644]
tests/archive-test.sh [changed mode: 0755->0644]
tests/basic-test.sh [changed mode: 0755->0644]
tests/pull-test.sh [changed mode: 0755->0644]